CxGrpEditor Object

The CxGrpEditor object is a dialog box-based editor for the Group Service (GRP). Declare the object using the following code:

CreateObject("CxEditors.CxGrpEditor")

Each method in this document will assume you have declared and connected the CxGrpEditor object using the following code:

Dim GrpEditor

Set GrpEditor = CreateObject("CxEditors.CxGrpEditor")

GrpEditor.Connect("CYGDEMO.GRP")


More: